* gtk/gtkvolumebutton.[hc]: Move the _GtkVolumeButton definition
into the header to make it possible to derive from GtkVoumeButton.
Reported by Chris Lord.
svn path=/trunk/; revision=22315
+2009-02-11 Matthias Clasen <mclasen@redhat.com>
+
+ Bug 508545 – No way to identify terminal classes from documentation
+
+ * gtk/gtkvolumebutton.[hc]: Move the _GtkVolumeButton definition
+ into the header to make it possible to derive from GtkVoumeButton.
+ Reported by Chris Lord.
+
2009-02-11 Matthias Clasen <mclasen@redhat.com>
Bug 571196 – gtk_binding_entry_add_signall deprecated without
#define EPSILON (1e-10)
-struct _GtkVolumeButton
-{
- GtkScaleButton parent;
-};
static gboolean cb_query_tooltip (GtkWidget *button,
gint x,
typedef struct _GtkVolumeButton GtkVolumeButton;
typedef struct _GtkVolumeButtonClass GtkVolumeButtonClass;
+struct _GtkVolumeButton
+{
+ GtkScaleButton parent;
+};
+
struct _GtkVolumeButtonClass
{
GtkScaleButtonClass parent_class;